home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
ArchiveUtils
/
PackageInspector-0.96
/
Source
/
English.lproj
/
Architectures.strings
next >
Wrap
Text File
|
1996-03-18
|
855b
|
27 lines
/* Map architectures to user friendly strings
* The key should either be an architecture name, such as "m68k",
* an architecture number, like "12", if the name isn't known, or
* the string "Unknown CPU" as a catch-all. The "Unknown CPU" value
* should include a %s to be replaced with the actual architecture's
* name or number. Here are some examples:
*
* "i386" = "Intel Processors";
* "12" = "ARM";
* "Unknown CPU" = "CPU #%s";
*
* There is also an "old" string that is used to describe old
* packages where we don't know what kind of contents it has.
*/
"-1" = "All computers"; /* To be removed when "any" goes into libc */
"any" = "All computers";
"m68k" = "NeXT";
"i386" = "Intel";
"hppa" = "HP-PA RISC";
/* TRH added for PackageInspector: */
"sparc" = "Sun Sparc";
/* Description for old pre-3.1 packages */
"old" = "(Unknown)";